home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 012 / keyfake.arc / KEY-FAKE.HLP next >
Text File  |  1985-12-16  |  1KB  |  24 lines

  1.                                    KEY-FAKE
  2.                                  DOCUMENTATION
  3.  
  4.    Key-Fake is a program for inserting key strokes into the keyboard buffer. 
  5. Characters that are inserted into the keyboard buffer using this program will 
  6. be used by the next program that calls for user input. This allows you to pre-
  7. enter start up information for a perticular application.  The format for
  8. Key-Fake is: 
  9.      key-fake ["character string"] [ASCII character code] [@ extended ASCII]
  10.  
  11.    The three formats of data allowed can be intermixed as desired only limited 
  12. in length by the DOS buffer size. The three types of data are: 
  13.  
  14. CHARACTER STRINGS    - A character string is any ASCII character surrounded by 
  15.                        either single or double quotes.
  16.  
  17. ASCII CHARACTER CODE - This is the decimal code for any of the ASCII characters 
  18.                        and can be any number from 0 - 255.
  19.  
  20. EXTENDED ASCII CODE  - This is any of the extended ASCII codes as discribed in 
  21.                        the basic manual. these are mainly the function keys 
  22.                        and special functions.  Any of the extended ASCII codes 
  23.                        must be preceeded by the "@" symbol.  
  24.